home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / wb-enhancement / centertitles / centertitles_eng.doc < prev    next >
Text File  |  1996-02-15  |  3KB  |  73 lines

  1.  
  2.            ========================================================
  3.                                  CENTERTITLES
  4.            --------------------------------------------------------
  5.             Version 40.15 (15 February 1996) by Massimo Tantignone
  6.            ========================================================
  7.  
  8.    This program patches a system library function to make Intuition center
  9. window titles in the titlebar instead of left-justifying them as usual.
  10.  
  11.    To use CenterTitles you just have to add the following line at the
  12. beginning of your User-startup:
  13.  
  14.    Run > NIL: CenterTitles
  15.  
  16. after copying CenterTitles into a directory that is in the system path (for
  17. example SYS:C or SYS:Utilities).
  18.  
  19.    Alternatively you can simply copy CenterTitles along with its icon into
  20. your WBStartup drawer and forget about it. Do not remove the "DONOTWAIT"
  21. tooltype.
  22.  
  23.    To remove CenterTitles you can run it a second time or send a CTRL-C to
  24. its process. By doing this the program restores the original library function
  25. and exits.
  26.  
  27.    By setting the environment variable "CenterTitles/CenterMode" you can
  28. choose between two ways of centering the title.
  29.  
  30.    Use "SetEnv CenterTitles/CenterMode RELATIVE" to center the title within
  31. the free space in the titlebar, or "SetEnv CenterTitles/CenterMode ABSOLUTE"
  32. to center it in relation to the whole width of the window.
  33.  
  34.    This environment variable is read by CenterTitles at launch time only. Its
  35. default value is RELATIVE.
  36.  
  37.    CenterTitles was tested with AmigaOS 2.04/3.0/3.1 and Enforcer. It
  38. shouldn't have any serious bug, but I can't by any means guarantee that it
  39. will work with future releases of AmigaOS (hopefully there will be no need
  40. of it).
  41.  
  42.    Furthermore, it could prove to be incompatible with the way some programs
  43. handle the titlebar of their windows. In particular, with MUI windows, the
  44. program sees the extra gadgets added to the titlebar, but at the window's
  45. opening the title won't be exactly centered (there's no way around it).
  46.    However, subsequent refreshes of the title will place it correctly.
  47.  
  48. ============================================================================
  49.    Changes from version 40.11 to version 40.15:
  50.  
  51.    · Now CenterTitles recognizes and preserves non-system gadgets added to
  52.      the right side of the titlebar, such as the MUI ones
  53.  
  54.    · Frequent changes to window titles cause now much less flickering
  55.  
  56.    · Fixed some bugs that caused problems with GIMMEZEROZERO windows
  57.  
  58.    · Added the option to center the title in relation to the whole width
  59.      of the window
  60. ============================================================================
  61.  
  62.    For any comments, suggestions, questions, bug reports, etc. contact me at
  63. the following address:
  64.  
  65.    Massimo Tantignone
  66.    Via Campagnoli, 4
  67.    28100 Novara (NO)
  68.         ITALY
  69.  
  70.    Fidonet: 2:331/126.6
  71.    E-mail: tanti@intercom.it
  72.  
  73.